Fix build
authorAlexander Larsson <alexl@redhat.com>
Mon, 16 Jan 2012 12:58:23 +0000 (13:58 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 16 Jan 2012 12:58:23 +0000 (13:58 +0100)
Was getting this error:

main.c:785:13: error: ‘gtk_demos’ undeclared (first use in this function)
main.c:785:13: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘main’:

demos/gtk-demo/geninclude.pl.in

index b41e926684d3348bfa714c7bc34ad7307502bab7..48181b24604787fe19b42f7e8502dc6987b3b89b 100755 (executable)
@@ -116,7 +116,7 @@ if (defined @child_arrays) {
 }
 
 # toplevel
-print "\nDemo testgtk_demos[] = {\n";
+print "\nDemo gtk_demos[] = {\n";
 
 $first = 1;
 foreach $href (@demos) {